Auto merge of #5184 - matklad:delegate-debug, r=Eh2406
authorbors <bors@rust-lang.org>
Thu, 15 Mar 2018 11:39:41 +0000 (11:39 +0000)
committerbors <bors@rust-lang.org>
Thu, 15 Mar 2018 11:39:41 +0000 (11:39 +0000)
commit9895340d9f4e29f3899b34a666e1c10d73081493
treeb8b8bbb968a299478d41a7ef87d11a23ce8e2ddb
parent805fbebc830174ad34feb774e019769d6fe7bbe9
parent111024cbf4becf530b7b6ba771eec2733493e861
Auto merge of #5184 - matklad:delegate-debug, r=Eh2406

Delegate debug implementation for InternedString

Let's make `InternedString` debug implementation the same as for `String` / `str`? It's more concise, which helps when you debug printing other stuff, like `eprintln!("id = {:?}", a_package_id)`.